home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 March / Disc 1 / PCU030201.iso / ads / files / benchmark.swf / scripts / DefineButton2_26 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2001-10-24  |  292 b   |  15 lines

  1. on(release){
  2.    loadMovie("video.swf","/empty");
  3.    tellTarget("/menu/B")
  4.    {
  5.       play();
  6.       unloadMovie("/txtboxes");
  7.       setProperty("/empty", _X, 142);
  8.       setProperty("/empty", _Y, 77);
  9.       tellTarget("/computer")
  10.       {
  11.          gotoAndStop(2);
  12.       }
  13.    }
  14. }
  15.